You are here: Appendix B: VBScript reference > About the event procedures > About the project workflow events > ProjectWorkflowEvent_InitializeExpandItem event

ProjectWorkflowEvent_InitializeExpandItem event

Occurs before the folder selection dialog is shown to the user to select a destination folder for a project copy.

Syntax

ProjectWorkflowEvent_InitializeExpandItem (ItemProperties, DialogTitle)
Parameters
Name Description

ItemProperties

An array of fully qualified property names that should be set by your implementation of the event. This array will specify property filters that are supplied to the ProjectWorkflowEvent_BeforeExpandItem event.

DialogTitle

A string containing the text to be used for the folder selection dialog title.

Remarks

This event and the ProjectWorkflowEvent_BeforeExpandItem and ProjectWorkflowEvent_PrepareBrowser events can be used to restrict the destination project folder selected by a user.

Related concepts

About the project workflow events

Related information

ProjectWorkflowEvent_*ChangeManager events

ProjectWorkflowEvent_*ExecuteTransition events

ProjectWorkflowEvent_*Reroute events

ProjectWorkflowEvent_BeforeExpandItem event

ProjectWorkflowEvent_InitializeWizard event

ProjectWorkflowEvent_PrepareBrowser event

ProjectWorkflowEvent_TerminateWizard event


www.bluecieloecm.com